func net/textproto.isASCIISpace
5 uses
net/textproto (current package)
textproto.go#L128: for len(s) > 0 && isASCIISpace(s[0]) {
textproto.go#L131: for len(s) > 0 && isASCIISpace(s[len(s)-1]) {
textproto.go#L139: for len(b) > 0 && isASCIISpace(b[0]) {
textproto.go#L142: for len(b) > 0 && isASCIISpace(b[len(b)-1]) {
textproto.go#L148: func isASCIISpace(b byte) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)